+2001-04-23 Sven Neumann <sven@gimp.org>
+
+ * gtk/gtkplug.c: put into #ifdef GDK_WINDOWING_X11 to make GTK+
+ compile for non-X11 targets again
+
2001-04-20 Alexander Larsson <alexl@redhat.com>
* gtk/gtkcolorsel.[ch]:
+2001-04-23 Sven Neumann <sven@gimp.org>
+
+ * gtk/gtkplug.c: put into #ifdef GDK_WINDOWING_X11 to make GTK+
+ compile for non-X11 targets again
+
2001-04-20 Alexander Larsson <alexl@redhat.com>
* gtk/gtkcolorsel.[ch]:
+2001-04-23 Sven Neumann <sven@gimp.org>
+
+ * gtk/gtkplug.c: put into #ifdef GDK_WINDOWING_X11 to make GTK+
+ compile for non-X11 targets again
+
2001-04-20 Alexander Larsson <alexl@redhat.com>
* gtk/gtkcolorsel.[ch]:
+2001-04-23 Sven Neumann <sven@gimp.org>
+
+ * gtk/gtkplug.c: put into #ifdef GDK_WINDOWING_X11 to make GTK+
+ compile for non-X11 targets again
+
2001-04-20 Alexander Larsson <alexl@redhat.com>
* gtk/gtkcolorsel.[ch]:
+2001-04-23 Sven Neumann <sven@gimp.org>
+
+ * gtk/gtkplug.c: put into #ifdef GDK_WINDOWING_X11 to make GTK+
+ compile for non-X11 targets again
+
2001-04-20 Alexander Larsson <alexl@redhat.com>
* gtk/gtkcolorsel.[ch]:
+2001-04-23 Sven Neumann <sven@gimp.org>
+
+ * gtk/gtkplug.c: put into #ifdef GDK_WINDOWING_X11 to make GTK+
+ compile for non-X11 targets again
+
2001-04-20 Alexander Larsson <alexl@redhat.com>
* gtk/gtkcolorsel.[ch]:
+2001-04-23 Sven Neumann <sven@gimp.org>
+
+ * gtk/gtkplug.c: put into #ifdef GDK_WINDOWING_X11 to make GTK+
+ compile for non-X11 targets again
+
2001-04-20 Alexander Larsson <alexl@redhat.com>
* gtk/gtkcolorsel.[ch]:
* GTK+ at ftp://ftp.gtk.org/pub/gtk/.
*/
+#include "gdkconfig.h"
+
+#ifdef GDK_WINDOWING_X11
+
#include "gtkmain.h"
#include "gtkplug.h"
return GDK_FILTER_CONTINUE;
}
+
+#endif /* GDK_WINDOWING */